home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / menus / game.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.5 KB  |  110 lines

  1. <!-- main game menu -->
  2. <record name="Game Options" fixed="true">
  3.     <flags id="event_target" value="scrn"/>
  4.     
  5.     <list id="items">
  6.         <record id="gsta">
  7.             <string id="text" value="Game Status" />
  8.             <flags id="event_id" value="STAT" />
  9.         </record>
  10.  
  11.         <record id="ghof">
  12.             <string id="text" value="Hall of Fame" />
  13.             <flags id="event_id" value="FAME" />
  14.         </record>
  15.         
  16.         <record>
  17.             <string id="text" value="Manager Chat" />
  18.             <flags id="event_id" value="CHAT" />
  19.         </record>        
  20.  
  21.         <record text="Game Credits" event_id="CRED"/>
  22.  
  23.         <record text="Research Credits" event_id="GOTO" screen_id="3" section="Arsc"/>
  24.  
  25.         <record>
  26.             <string id="text" value="Community Info" />
  27.             <flags id="event_id" value="INFO" />
  28.         </record>
  29.         
  30.         <record>
  31.             <string id="text" value="Refresh Media Comments[COMMENT reload comments; tree view]" />
  32.             <flags id="event_id" value="RMCT" />
  33.         </record>
  34.         
  35.         <record>
  36.             <string id="text" value="Chat Rooms[AOL chatroom option on tree view]" />
  37.             <flags id="event_id" value="CHRM" />
  38.         </record>
  39.  
  40.         <record>
  41.             <string id="text" value="Preferences" />
  42.             <flags id="event_id" value="PREF" />
  43.         </record>
  44.  
  45.         <record id="----" />
  46.         
  47.         
  48.         <record id="gnwu">
  49.             <string id="text" value="New User..." />
  50.             <flags id="event_id" value="ADDM" />
  51.         </record>
  52.         
  53.         <record id="----" />
  54.  
  55.         <!-- Sam/Kev these are disabled as they don't work properly
  56.  
  57.         <record id="gnew">
  58.             <string id="text" value="New Game..." />
  59.             <flags id="event_id" value="NEW " />
  60.         </record> 
  61.  
  62.         <record id="gopn">
  63.             <string id="text" value="Load Game..." />
  64.             <flags id="event_id" value="OPN?" />
  65.         </record>
  66.  
  67.         -->
  68.         
  69.         <record id="gsvg">
  70.             <string id="text" value="Save Game" />
  71.             <flags id="event_id" value="SAVE" />
  72.         </record>
  73.         
  74.         <record id="gsva">
  75.             <string id="text" value="Save Game As..." />
  76.             <flags id="event_id" value="SAVA" />
  77.         </record>
  78.         
  79.         <record id="----" />
  80.  
  81.         <record>
  82.             <string id="text" value="Tutorial..." />
  83.             <flags id="event_id" value="HHLP"  />
  84.         </record>
  85.         
  86.         <record>
  87.             <string id="text" value="Online Help..." />
  88.             <flags id="event_id" value="OURL"  />
  89.             <flags id="url" value="http://community.sigames.com/"/>
  90.         </record>
  91.         
  92.         <record>
  93.             <string id="text" value="Print Screen..." />
  94.             <flags id="event_id" value="APRN" />
  95.         </record>
  96.  
  97.         <record id="----" />
  98.  
  99.         <record>
  100.             <string id="text" value="New match...[COMMENT - debug only]"/>
  101.             <flags id="event_id" value="NWMT" />
  102.         </record>
  103.  
  104.         <record>
  105.             <string id="text" value="Quit Game" />
  106.             <flags id="event_id" value="QUIT" />
  107.         </record>
  108.     </list>
  109. </record>
  110.